Html Css Color HEX #EE9B40 Sea Buckthorn

📋 copy color: '#EE9B40'

red 238 ◦ green 155 ◦ blue 64

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

Shades of Sea Buckthorn #EE9B40

Tints of Sea Buckthorn #EE9B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.92%

 BLUE value IS 64 (25.39% from 255) = 14%

R = 52.08%
G = 33.92%
B = 14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE9B40 (or 0xEE9B40) is known color: Sea Buckthorn. HEX triplet: EE, 9B and 40. RGB value is (238,155,64). Sum of RGB (Red+Green+Blue) = 238+155+64=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9B40 is #1164BF. Grayscale: #A9A9A9. Windows color (decimal): -1139904 or 4234222. OLE color: 4234222.

HSL color Cylindrical-coordinate representation of color #EE9B40: hue angle of 31.38º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE9B40 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 155 64 -
CMYK 0 0.35 0.73 0.07
HSL 31.38º 0.84% 0.59% -
HSV(B) 31.38º 0.73% 0.93% -
XYZ 47.91 41.99 10.43 -
YUV 169.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 238 155 64 0 0.35 0.73 0.07 31.38 0.84 0.59
Hex EE 9B 40 0 23 49 7 1F 54 3B
Octal 356 233 100 0 43 111 7 37 124 73
Binary 11101110 10011011 1000000 0 100011 1001001 111 11111 1010100 111011

Color Harmonies of #EE9B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9B40

Black with #EE9B40

Text Example


Text Example

White with #EE9B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9B40; }

 p { color: rgb(238,155,64); }

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

background-color css

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

 a { background-color: rgb(238,155,64); }

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

border-color css

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

 span { border-color: rgb(238,155,64); }

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