Html Css Color HEX #EE994D Sea Buckthorn

📋 copy color: '#EE994D'

red 238 ◦ green 153 ◦ blue 77

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

Shades of Sea Buckthorn #EE994D

Tints of Sea Buckthorn #EE994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

 BLUE value IS 77 (30.47% from 255) = 16.45%

R = 50.85%
G = 32.69%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE994D (or 0xEE994D) is known color: Sea Buckthorn. HEX triplet: EE, 99 and 4D. RGB value is (238,153,77). Sum of RGB (Red+Green+Blue) = 238+153+77=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE994D is #1166B2. Grayscale: #AAAAAA. Windows color (decimal): -1140403 or 5085678. OLE color: 5085678.

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

Color convert

RGB 238 153 77 -
CMYK 0 0.36 0.68 0.07
HSL 28.32º 0.83% 0.62% -
HSV(B) 28.32º 0.68% 0.93% -
XYZ 47.99 41.5 12.5 -
YUV 169.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 238 153 77 0 0.36 0.68 0.07 28.32 0.83 0.62
Hex EE 99 4D 0 24 44 7 1C 53 3E
Octal 356 231 115 0 44 104 7 34 123 76
Binary 11101110 10011001 1001101 0 100100 1000100 111 11100 1010011 111110

Color Harmonies of #EE994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE994D

Black with #EE994D

Text Example


Text Example

White with #EE994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE994D; }

 p { color: rgb(238,153,77); }

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

background-color css

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

 a { background-color: rgb(238,153,77); }

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

border-color css

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

 span { border-color: rgb(238,153,77); }

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