Html Css Color HEX #EF9E52 Sea Buckthorn

📋 copy color: '#EF9E52'

red 239 ◦ green 158 ◦ blue 82

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

Shades of Sea Buckthorn #EF9E52

Tints of Sea Buckthorn #EF9E52

RGB

 RED value IS 239 (93.75% from 255) = 49.9%

 GREEN value IS 158 (62.11% from 255) = 32.99%

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 49.9%
G = 32.99%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF9E52 (or 0xEF9E52) is known color: Sea Buckthorn. HEX triplet: EF, 9E and 52. RGB value is (239,158,82). Sum of RGB (Red+Green+Blue) = 239+158+82=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E52 is #1061AD. Grayscale: #ADADAD. Windows color (decimal): -1073582 or 5414639. OLE color: 5414639.

HSL color Cylindrical-coordinate representation of color #EF9E52: hue angle of 29.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF9E52 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 158 82 -
CMYK 0 0.34 0.66 0.06
HSL 29.04º 0.83% 0.63% -
HSV(B) 29.04º 0.66% 0.94% -
XYZ 49.35 43.41 13.76 -
YUV 173.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 239 158 82 0 0.34 0.66 0.06 29.04 0.83 0.63
Hex EF 9E 52 0 22 42 6 1D 53 3F
Octal 357 236 122 0 42 102 6 35 123 77
Binary 11101111 10011110 1010010 0 100010 1000010 110 11101 1010011 111111

Color Harmonies of #EF9E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E52

Black with #EF9E52

Text Example


Text Example

White with #EF9E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E52; }

 p { color: rgb(239,158,82); }

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

background-color css

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

 a { background-color: rgb(239,158,82); }

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

border-color css

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

 span { border-color: rgb(239,158,82); }

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