Html Css Color HEX #EF9A32 Yellow Sea

📋 copy color: '#EF9A32'

red 239 ◦ green 154 ◦ blue 50

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

Shades of Yellow Sea #EF9A32

Tints of Yellow Sea #EF9A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.29%

R = 53.95%
G = 34.76%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF9A32 (or 0xEF9A32) is known color: Yellow Sea. HEX triplet: EF, 9A and 32. RGB value is (239,154,50). Sum of RGB (Red+Green+Blue) = 239+154+50=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A32 is #1065CD. Grayscale: #A8A8A8. Windows color (decimal): -1074638 or 3316463. OLE color: 3316463.

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

Color convert

RGB 239 154 50 -
CMYK 0 0.36 0.79 0.06
HSL 33.02º 0.86% 0.57% -
HSV(B) 33.02º 0.79% 0.94% -
XYZ 47.73 41.69 8.55 -
YUV 167.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 239 154 50 0 0.36 0.79 0.06 33.02 0.86 0.57
Hex EF 9A 32 0 24 4F 6 21 56 39
Octal 357 232 62 0 44 117 6 41 126 71
Binary 11101111 10011010 110010 0 100100 1001111 110 100001 1010110 111001

Color Harmonies of #EF9A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A32

Black with #EF9A32

Text Example


Text Example

White with #EF9A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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