Html Css Color HEX #EFA03C Yellow Sea

📋 copy color: '#EFA03C'

red 239 ◦ green 160 ◦ blue 60

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

Shades of Yellow Sea #EFA03C

Tints of Yellow Sea #EFA03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 52.07%
G = 34.86%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFA03C (or 0xEFA03C) is known color: Yellow Sea. HEX triplet: EF, A0 and 3C. RGB value is (239,160,60). Sum of RGB (Red+Green+Blue) = 239+160+60=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA03C is #105FC3. Grayscale: #ACACAC. Windows color (decimal): -1073092 or 3973359. OLE color: 3973359.

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

Color convert

RGB 239 160 60 -
CMYK 0 0.33 0.75 0.06
HSL 33.52º 0.85% 0.59% -
HSV(B) 33.52º 0.75% 0.94% -
XYZ 48.98 43.82 10.15 -
YUV 172.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 239 160 60 0 0.33 0.75 0.06 33.52 0.85 0.59
Hex EF A0 3C 0 21 4B 6 22 55 3B
Octal 357 240 74 0 41 113 6 42 125 73
Binary 11101111 10100000 111100 0 100001 1001011 110 100010 1010101 111011

Color Harmonies of #EFA03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA03C

Black with #EFA03C

Text Example


Text Example

White with #EFA03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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