Html Css Color HEX #EEA045 Sea Buckthorn

📋 copy color: '#EEA045'

red 238 ◦ green 160 ◦ blue 69

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

Shades of Sea Buckthorn #EEA045

Tints of Sea Buckthorn #EEA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.78%

R = 50.96%
G = 34.26%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEA045 (or 0xEEA045) is known color: Sea Buckthorn. HEX triplet: EE, A0 and 45. RGB value is (238,160,69). Sum of RGB (Red+Green+Blue) = 238+160+69=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA045 is #115FBA. Grayscale: #ADADAD. Windows color (decimal): -1138619 or 4563182. OLE color: 4563182.

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

Color convert

RGB 238 160 69 -
CMYK 0 0.33 0.71 0.07
HSL 32.31º 0.83% 0.6% -
HSV(B) 32.31º 0.71% 0.93% -
XYZ 48.9 43.75 11.5 -
YUV 172.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 238 160 69 0 0.33 0.71 0.07 32.31 0.83 0.6
Hex EE A0 45 0 21 47 7 20 53 3C
Octal 356 240 105 0 41 107 7 40 123 74
Binary 11101110 10100000 1000101 0 100001 1000111 111 100000 1010011 111100

Color Harmonies of #EEA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA045

Black with #EEA045

Text Example


Text Example

White with #EEA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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