Html Css Color HEX #EA764C Burnt Sienna

📋 copy color: '#EA764C'

red 234 ◦ green 118 ◦ blue 76

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

Shades of Burnt Sienna #EA764C

Tints of Burnt Sienna #EA764C

RGB

 RED value IS 234 (91.8% from 255) = 54.67%

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 54.67%
G = 27.57%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA764C (or 0xEA764C) is known color: Burnt Sienna. HEX triplet: EA, 76 and 4C. RGB value is (234,118,76). Sum of RGB (Red+Green+Blue) = 234+118+76=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA764C is #1589B3. Grayscale: #949494. Windows color (decimal): -1411508 or 5011178. OLE color: 5011178.

HSL color Cylindrical-coordinate representation of color #EA764C: hue angle of 15.95º degrees, saturation: 0.79, 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 #EA764C is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 76 -
CMYK 0 0.50 0.68 0.08
HSL 15.95º 0.79% 0.61% -
HSV(B) 15.95º 0.68% 0.92% -
XYZ 41.71 30.97 10.62 -
YUV 147.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 234 118 76 0 0.50 0.68 0.08 15.95 0.79 0.61
Hex EA 76 4C 0 32 44 8 10 4F 3D
Octal 352 166 114 0 62 104 10 20 117 75
Binary 11101010 1110110 1001100 0 110010 1000100 1000 10000 1001111 111101

Color Harmonies of #EA764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA764C

Black with #EA764C

Text Example


Text Example

White with #EA764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA764C; }

 p { color: rgb(234,118,76); }

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

background-color css

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

 a { background-color: rgb(234,118,76); }

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

border-color css

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

 span { border-color: rgb(234,118,76); }

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