#EF9E38

Color #EF9E38 Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #EF9E38

Tints of Yellow Sea #EF9E38

Color information

#EF9E38 (or 0xEF9E38) is unknown color: approx Yellow Sea. HEX triplet: EF, 9E and 38. RGB value is (239,158,56). Sum of RGB (Red+Green+Blue) = 239+158+56=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9E38 is #1061C7. Grayscale: #ABABAB. Windows color (decimal): -1073608 or 3710703. OLE color: 3710703.

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

Color convert

RGB23915856-
CMYK00.340.770.06
HSL33.44º85.12%57.84%-
HSV(B)33.44º76.57%93.73%-
XYZ48.5443.099.5-
YUV170.5963.34176.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 56 (22.27% from 255) = 12.36%
R=52.76%
G=34.88%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391585600.340.770.0633.4485.1257.84
HexEF9E380224D621553a
Octal3572367004211564112572
Binary1110111110011110111000010001010011011101000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9E38; }

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

 H1.HeaderClassName
 {
   color: #EF9E38;
 }
 .AnyTagClassName
 {
   color: #EF9E38;
 }
</style>
background-color css

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

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

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

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

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

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