Html Css Color HEX #EF9A40 Sea Buckthorn

📋 copy color: '#EF9A40'

red 239 ◦ green 154 ◦ blue 64

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

Shades of Sea Buckthorn #EF9A40

Tints of Sea Buckthorn #EF9A40

RGB

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

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

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

R = 52.3%
G = 33.7%
B = 14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF9A40 (or 0xEF9A40) is known color: Sea Buckthorn. HEX triplet: EF, 9A and 40. RGB value is (239,154,64). Sum of RGB (Red+Green+Blue) = 239+154+64=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A40 is #1065BF. Grayscale: #A9A9A9. Windows color (decimal): -1074624 or 4233967. OLE color: 4233967.

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

Color convert

RGB 239 154 64 -
CMYK 0 0.36 0.73 0.06
HSL 30.86º 0.85% 0.59% -
HSV(B) 30.86º 0.73% 0.94% -
XYZ 48.08 41.83 10.39 -
YUV 169.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 239 154 64 0 0.36 0.73 0.06 30.86 0.85 0.59
Hex EF 9A 40 0 24 49 6 1F 55 3B
Octal 357 232 100 0 44 111 6 37 125 73
Binary 11101111 10011010 1000000 0 100100 1001001 110 11111 1010101 111011

Color Harmonies of #EF9A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A40

Black with #EF9A40

Text Example


Text Example

White with #EF9A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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