Html Css Color HEX #EA9642 Sea Buckthorn

📋 copy color: '#EA9642'

red 234 ◦ green 150 ◦ blue 66

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

Shades of Sea Buckthorn #EA9642

Tints of Sea Buckthorn #EA9642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 52%
G = 33.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA9642 (or 0xEA9642) is known color: Sea Buckthorn. HEX triplet: EA, 96 and 42. RGB value is (234,150,66). Sum of RGB (Red+Green+Blue) = 234+150+66=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9642 is #1569BD. Grayscale: #A5A5A5. Windows color (decimal): -1403326 or 4364010. OLE color: 4364010.

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

Color convert

RGB 234 150 66 -
CMYK 0 0.36 0.72 0.08
HSL 30º 0.8% 0.59% -
HSV(B) 30º 0.72% 0.92% -
XYZ 45.82 39.7 10.4 -
YUV 165.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 234 150 66 0 0.36 0.72 0.08 30 0.8 0.59
Hex EA 96 42 0 24 48 8 1E 50 3B
Octal 352 226 102 0 44 110 10 36 120 73
Binary 11101010 10010110 1000010 0 100100 1001000 1000 11110 1010000 111011

Color Harmonies of #EA9642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9642

Black with #EA9642

Text Example


Text Example

White with #EA9642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9642; }

 p { color: rgb(234,150,66); }

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

background-color css

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

 a { background-color: rgb(234,150,66); }

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

border-color css

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

 span { border-color: rgb(234,150,66); }

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