Html Css Color HEX #EEA04A Sea Buckthorn

📋 copy color: '#EEA04A'

red 238 ◦ green 160 ◦ blue 74

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

Shades of Sea Buckthorn #EEA04A

Tints of Sea Buckthorn #EEA04A

RGB

 RED value IS 238 (93.36% from 255) = 50.42%

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 74 (29.3% from 255) = 15.68%

R = 50.42%
G = 33.9%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEA04A (or 0xEEA04A) is known color: Sea Buckthorn. HEX triplet: EE, A0 and 4A. RGB value is (238,160,74). Sum of RGB (Red+Green+Blue) = 238+160+74=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA04A is #115FB5. Grayscale: #ADADAD. Windows color (decimal): -1138614 or 4890862. OLE color: 4890862.

HSL color Cylindrical-coordinate representation of color #EEA04A: hue angle of 31.46º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEA04A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 74 -
CMYK 0 0.33 0.69 0.07
HSL 31.46º 0.83% 0.61% -
HSV(B) 31.46º 0.69% 0.93% -
XYZ 49.07 43.81 12.35 -
YUV 173.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 238 160 74 0 0.33 0.69 0.07 31.46 0.83 0.61
Hex EE A0 4A 0 21 45 7 1F 53 3D
Octal 356 240 112 0 41 105 7 37 123 75
Binary 11101110 10100000 1001010 0 100001 1000101 111 11111 1010011 111101

Color Harmonies of #EEA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA04A

Black with #EEA04A

Text Example


Text Example

White with #EEA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA04A; }

 p { color: rgb(238,160,74); }

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

background-color css

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

 a { background-color: rgb(238,160,74); }

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

border-color css

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

 span { border-color: rgb(238,160,74); }

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