Html Css Color HEX #EF9A2F Yellow Sea

📋 copy color: '#EF9A2F'

red 239 ◦ green 154 ◦ blue 47

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

Shades of Yellow Sea #EF9A2F

Tints of Yellow Sea #EF9A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 54.32%
G = 35%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF9A2F (or 0xEF9A2F) is known color: Yellow Sea. HEX triplet: EF, 9A and 2F. RGB value is (239,154,47). Sum of RGB (Red+Green+Blue) = 239+154+47=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A2F is #1065D0. Grayscale: #A7A7A7. Windows color (decimal): -1074641 or 3119855. OLE color: 3119855.

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

Color convert

RGB 239 154 47 -
CMYK 0 0.36 0.80 0.06
HSL 33.44º 0.86% 0.56% -
HSV(B) 33.44º 0.8% 0.94% -
XYZ 47.67 41.67 8.22 -
YUV 167.22 60.16 179.2 -
System Red Green Blue C M Y K H S L
Decimal 239 154 47 0 0.36 0.80 0.06 33.44 0.86 0.56
Hex EF 9A 2F 0 24 50 6 21 56 38
Octal 357 232 57 0 44 120 6 41 126 70
Binary 11101111 10011010 101111 0 100100 1010000 110 100001 1010110 111000

Color Harmonies of #EF9A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A2F

Black with #EF9A2F

Text Example


Text Example

White with #EF9A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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