Html Css Color HEX #EB8C44 Flamenco

📋 copy color: '#EB8C44'

red 235 ◦ green 140 ◦ blue 68

#EB8C44
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamenco #EB8C44

Tints of Flamenco #EB8C44

RGB

 RED value IS 235 (92.19% from 255) = 53.05%

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 68 (26.95% from 255) = 15.35%

R = 53.05%
G = 31.6%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EB8C44 (or 0xEB8C44) is known color: Flamenco. HEX triplet: EB, 8C and 44. RGB value is (235,140,68). Sum of RGB (Red+Green+Blue) = 235+140+68=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C44 is #1473BB. Grayscale: #A0A0A0. Windows color (decimal): -1340348 or 4492523. OLE color: 4492523.

HSL color Cylindrical-coordinate representation of color #EB8C44: hue angle of 25.87º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB8C44 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 68 -
CMYK 0 0.40 0.71 0.08
HSL 25.87º 0.81% 0.59% -
HSV(B) 25.87º 0.71% 0.92% -
XYZ 44.68 36.84 10.22 -
YUV 160.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 235 140 68 0 0.40 0.71 0.08 25.87 0.81 0.59
Hex EB 8C 44 0 28 47 8 1A 51 3B
Octal 353 214 104 0 50 107 10 32 121 73
Binary 11101011 10001100 1000100 0 101000 1000111 1000 11010 1010001 111011

Color Harmonies of #EB8C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C44

Black with #EB8C44

Text Example


Text Example

White with #EB8C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C44; }

 p { color: rgb(235,140,68); }

 H1.HeaderClassName
 {
   color: #EB8C44;
 }
 .AnyTagClassName
 {
   color: #EB8C44;
 }
</style>

background-color css

<style>
 a { background-color: #EB8C44; }

 a { background-color: rgb(235,140,68); }

 div.DivClassName
 {
   background-color: #EB8C44;
 }
 .BgClassName
 {
   background-color: #EB8C44;
 }
</style>

border-color css

<style>
 span { border-color: #EB8C44; }

 span { border-color: rgb(235,140,68); }

 td.TdClassName
 {
   border-color: #EB8C44;
 }
 .TagClassName
 {
   border-color: #EB8C44;
 }
</style>