Html Css Color HEX #EFA130 Yellow Sea

📋 copy color: '#EFA130'

red 239 ◦ green 161 ◦ blue 48

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

Shades of Yellow Sea #EFA130

Tints of Yellow Sea #EFA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

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

R = 53.35%
G = 35.94%
B = 10.71%

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

#EFA130 (or 0xEFA130) is known color: Yellow Sea. HEX triplet: EF, A1 and 30. RGB value is (239,161,48). Sum of RGB (Red+Green+Blue) = 239+161+48=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA130 is #105ECF. Grayscale: #ABABAB. Windows color (decimal): -1072848 or 3187183. OLE color: 3187183.

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

Color convert

RGB 239 161 48 -
CMYK 0 0.33 0.80 0.06
HSL 35.5º 0.86% 0.56% -
HSV(B) 35.5º 0.8% 0.94% -
XYZ 48.87 44.05 8.72 -
YUV 171.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 239 161 48 0 0.33 0.80 0.06 35.5 0.86 0.56
Hex EF A1 30 0 21 50 6 23 56 38
Octal 357 241 60 0 41 120 6 43 126 70
Binary 11101111 10100001 110000 0 100001 1010000 110 100011 1010110 111000

Color Harmonies of #EFA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA130

Black with #EFA130

Text Example


Text Example

White with #EFA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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