Html Css Color HEX #EB854C Flamenco

📋 copy color: '#EB854C'

red 235 ◦ green 133 ◦ blue 76

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

Shades of Flamenco #EB854C

Tints of Flamenco #EB854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.95%

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 52.93%
G = 29.95%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB854C (or 0xEB854C) is known color: Flamenco. HEX triplet: EB, 85 and 4C. RGB value is (235,133,76). Sum of RGB (Red+Green+Blue) = 235+133+76=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB854C is #147AB3. Grayscale: #9D9D9D. Windows color (decimal): -1342132 or 5015019. OLE color: 5015019.

HSL color Cylindrical-coordinate representation of color #EB854C: hue angle of 21.51º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB854C is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 133 76 -
CMYK 0 0.43 0.68 0.08
HSL 21.51º 0.8% 0.61% -
HSV(B) 21.51º 0.68% 0.92% -
XYZ 43.95 34.96 11.27 -
YUV 157 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 235 133 76 0 0.43 0.68 0.08 21.51 0.8 0.61
Hex EB 85 4C 0 2B 44 8 16 50 3D
Octal 353 205 114 0 53 104 10 26 120 75
Binary 11101011 10000101 1001100 0 101011 1000100 1000 10110 1010000 111101

Color Harmonies of #EB854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB854C

Black with #EB854C

Text Example


Text Example

White with #EB854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB854C; }

 p { color: rgb(235,133,76); }

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

background-color css

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

 a { background-color: rgb(235,133,76); }

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

border-color css

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

 span { border-color: rgb(235,133,76); }

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