Html Css Color HEX #EFA03E Yellow Sea

📋 copy color: '#EFA03E'

red 239 ◦ green 160 ◦ blue 62

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

Shades of Yellow Sea #EFA03E

Tints of Yellow Sea #EFA03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.45%

R = 51.84%
G = 34.71%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFA03E (or 0xEFA03E) is known color: Yellow Sea. HEX triplet: EF, A0 and 3E. RGB value is (239,160,62). Sum of RGB (Red+Green+Blue) = 239+160+62=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA03E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA03E is #105FC1. Grayscale: #ACACAC. Windows color (decimal): -1073090 or 4104431. OLE color: 4104431.

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

Color convert

RGB 239 160 62 -
CMYK 0 0.33 0.74 0.06
HSL 33.22º 0.85% 0.59% -
HSV(B) 33.22º 0.74% 0.94% -
XYZ 49.04 43.84 10.43 -
YUV 172.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 239 160 62 0 0.33 0.74 0.06 33.22 0.85 0.59
Hex EF A0 3E 0 21 4A 6 21 55 3B
Octal 357 240 76 0 41 112 6 41 125 73
Binary 11101111 10100000 111110 0 100001 1001010 110 100001 1010101 111011

Color Harmonies of #EFA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA03E

Black with #EFA03E

Text Example


Text Example

White with #EFA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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