Html Css Color HEX #EFA02E Yellow Sea

📋 copy color: '#EFA02E'

red 239 ◦ green 160 ◦ blue 46

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

Shades of Yellow Sea #EFA02E

Tints of Yellow Sea #EFA02E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 46 (18.36% from 255) = 10.34%

R = 53.71%
G = 35.96%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFA02E (or 0xEFA02E) is known color: Yellow Sea. HEX triplet: EF, A0 and 2E. RGB value is (239,160,46). Sum of RGB (Red+Green+Blue) = 239+160+46=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA02E is #105FD1. Grayscale: #ABABAB. Windows color (decimal): -1073106 or 3055855. OLE color: 3055855.

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

Color convert

RGB 239 160 46 -
CMYK 0 0.33 0.81 0.06
HSL 35.44º 0.86% 0.56% -
HSV(B) 35.44º 0.81% 0.94% -
XYZ 48.66 43.69 8.45 -
YUV 170.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 239 160 46 0 0.33 0.81 0.06 35.44 0.86 0.56
Hex EF A0 2E 0 21 51 6 23 56 38
Octal 357 240 56 0 41 121 6 43 126 70
Binary 11101111 10100000 101110 0 100001 1010001 110 100011 1010110 111000

Color Harmonies of #EFA02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA02E

Black with #EFA02E

Text Example


Text Example

White with #EFA02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA02E; }

 p { color: rgb(239,160,46); }

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

background-color css

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

 a { background-color: rgb(239,160,46); }

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

border-color css

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

 span { border-color: rgb(239,160,46); }

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