Html Css Color HEX #EFA030 Yellow Sea

📋 copy color: '#EFA030'

red 239 ◦ green 160 ◦ blue 48

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

Shades of Yellow Sea #EFA030

Tints of Yellow Sea #EFA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.74%

R = 53.47%
G = 35.79%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFA030 (or 0xEFA030) is known color: Yellow Sea. HEX triplet: EF, A0 and 30. RGB value is (239,160,48). Sum of RGB (Red+Green+Blue) = 239+160+48=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA030 is #105FCF. Grayscale: #ABABAB. Windows color (decimal): -1073104 or 3186927. OLE color: 3186927.

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

Color convert

RGB 239 160 48 -
CMYK 0 0.33 0.80 0.06
HSL 35.18º 0.86% 0.56% -
HSV(B) 35.18º 0.8% 0.94% -
XYZ 48.7 43.71 8.67 -
YUV 170.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 239 160 48 0 0.33 0.80 0.06 35.18 0.86 0.56
Hex EF A0 30 0 21 50 6 23 56 38
Octal 357 240 60 0 41 120 6 43 126 70
Binary 11101111 10100000 110000 0 100001 1010000 110 100011 1010110 111000

Color Harmonies of #EFA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA030

Black with #EFA030

Text Example


Text Example

White with #EFA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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