Html Css Color HEX #EF9E2A Yellow Sea

📋 copy color: '#EF9E2A'

red 239 ◦ green 158 ◦ blue 42

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

Shades of Yellow Sea #EF9E2A

Tints of Yellow Sea #EF9E2A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.99%

 BLUE value IS 42 (16.8% from 255) = 9.57%

R = 54.44%
G = 35.99%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF9E2A (or 0xEF9E2A) is known color: Yellow Sea. HEX triplet: EF, 9E and 2A. RGB value is (239,158,42). Sum of RGB (Red+Green+Blue) = 239+158+42=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9E2A is #1061D5. Grayscale: #A9A9A9. Windows color (decimal): -1073622 or 2793199. OLE color: 2793199.

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

Color convert

RGB 239 158 42 -
CMYK 0 0.34 0.82 0.06
HSL 35.33º 0.86% 0.55% -
HSV(B) 35.33º 0.82% 0.94% -
XYZ 48.24 42.97 7.94 -
YUV 169 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 239 158 42 0 0.34 0.82 0.06 35.33 0.86 0.55
Hex EF 9E 2A 0 22 52 6 23 56 37
Octal 357 236 52 0 42 122 6 43 126 67
Binary 11101111 10011110 101010 0 100010 1010010 110 100011 1010110 110111

Color Harmonies of #EF9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E2A

Black with #EF9E2A

Text Example


Text Example

White with #EF9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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