Html Css Color HEX #EFA02C Yellow Sea

📋 copy color: '#EFA02C'

red 239 ◦ green 160 ◦ blue 44

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

Shades of Yellow Sea #EFA02C

Tints of Yellow Sea #EFA02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.93%

R = 53.95%
G = 36.12%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFA02C (or 0xEFA02C) is known color: Yellow Sea. HEX triplet: EF, A0 and 2C. RGB value is (239,160,44). Sum of RGB (Red+Green+Blue) = 239+160+44=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA02C is #105FD3. Grayscale: #AAAAAA. Windows color (decimal): -1073108 or 2924783. OLE color: 2924783.

HSL color Cylindrical-coordinate representation of color #EFA02C: hue angle of 35.69º 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 #EFA02C is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 44 -
CMYK 0 0.33 0.82 0.06
HSL 35.69º 0.86% 0.55% -
HSV(B) 35.69º 0.82% 0.94% -
XYZ 48.62 43.67 8.25 -
YUV 170.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 239 160 44 0 0.33 0.82 0.06 35.69 0.86 0.55
Hex EF A0 2C 0 21 52 6 24 56 37
Octal 357 240 54 0 41 122 6 44 126 67
Binary 11101111 10100000 101100 0 100001 1010010 110 100100 1010110 110111

Color Harmonies of #EFA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA02C

Black with #EFA02C

Text Example


Text Example

White with #EFA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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