Html Css Color HEX #EF9B32 Yellow Sea

📋 copy color: '#EF9B32'

red 239 ◦ green 155 ◦ blue 50

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

Shades of Yellow Sea #EF9B32

Tints of Yellow Sea #EF9B32

RGB

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

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

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

R = 53.83%
G = 34.91%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF9B32 (or 0xEF9B32) is known color: Yellow Sea. HEX triplet: EF, 9B and 32. RGB value is (239,155,50). Sum of RGB (Red+Green+Blue) = 239+155+50=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9B32 is #1064CD. Grayscale: #A8A8A8. Windows color (decimal): -1074382 or 3316719. OLE color: 3316719.

HSL color Cylindrical-coordinate representation of color #EF9B32: hue angle of 33.33º 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 #EF9B32 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 50 -
CMYK 0 0.35 0.79 0.06
HSL 33.33º 0.86% 0.57% -
HSV(B) 33.33º 0.79% 0.94% -
XYZ 47.89 42.02 8.6 -
YUV 168.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 239 155 50 0 0.35 0.79 0.06 33.33 0.86 0.57
Hex EF 9B 32 0 23 4F 6 21 56 39
Octal 357 233 62 0 43 117 6 41 126 71
Binary 11101111 10011011 110010 0 100011 1001111 110 100001 1010110 111001

Color Harmonies of #EF9B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B32

Black with #EF9B32

Text Example


Text Example

White with #EF9B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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