Html Css Color HEX #EF9A42 Sea Buckthorn

📋 copy color: '#EF9A42'

red 239 ◦ green 154 ◦ blue 66

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

Shades of Sea Buckthorn #EF9A42

Tints of Sea Buckthorn #EF9A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.55%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 52.07%
G = 33.55%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF9A42 (or 0xEF9A42) is known color: Sea Buckthorn. HEX triplet: EF, 9A and 42. RGB value is (239,154,66). Sum of RGB (Red+Green+Blue) = 239+154+66=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A42 is #1065BD. Grayscale: #A9A9A9. Windows color (decimal): -1074622 or 4365039. OLE color: 4365039.

HSL color Cylindrical-coordinate representation of color #EF9A42: hue angle of 30.52º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF9A42 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 66 -
CMYK 0 0.36 0.72 0.06
HSL 30.52º 0.84% 0.6% -
HSV(B) 30.52º 0.72% 0.94% -
XYZ 48.14 41.86 10.7 -
YUV 169.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 239 154 66 0 0.36 0.72 0.06 30.52 0.84 0.6
Hex EF 9A 42 0 24 48 6 1F 54 3C
Octal 357 232 102 0 44 110 6 37 124 74
Binary 11101111 10011010 1000010 0 100100 1001000 110 11111 1010100 111100

Color Harmonies of #EF9A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A42

Black with #EF9A42

Text Example


Text Example

White with #EF9A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A42; }

 p { color: rgb(239,154,66); }

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

background-color css

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

 a { background-color: rgb(239,154,66); }

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

border-color css

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

 span { border-color: rgb(239,154,66); }

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