Html Css Color HEX #EFB520 Bright Sun

📋 copy color: '#EFB520'

red 239 ◦ green 181 ◦ blue 32

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

Shades of Bright Sun #EFB520

Tints of Bright Sun #EFB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

 BLUE value IS 32 (12.89% from 255) = 7.08%

R = 52.88%
G = 40.04%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFB520 (or 0xEFB520) is known color: Bright Sun. HEX triplet: EF, B5 and 20. RGB value is (239,181,32). Sum of RGB (Red+Green+Blue) = 239+181+32=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB520 is #104ADF. Grayscale: #B6B6B6. Windows color (decimal): -1067744 or 2143727. OLE color: 2143727.

HSL color Cylindrical-coordinate representation of color #EFB520: hue angle of 43.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFB520 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 32 -
CMYK 0 0.24 0.87 0.06
HSL 43.19º 0.87% 0.53% -
HSV(B) 43.19º 0.87% 0.94% -
XYZ 52.38 51.5 8.55 -
YUV 181.36 43.72 169.12 -
System Red Green Blue C M Y K H S L
Decimal 239 181 32 0 0.24 0.87 0.06 43.19 0.87 0.53
Hex EF B5 20 0 18 57 6 2B 57 35
Octal 357 265 40 0 30 127 6 53 127 65
Binary 11101111 10110101 100000 0 11000 1010111 110 101011 1010111 110101

Color Harmonies of #EFB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB520

Black with #EFB520

Text Example


Text Example

White with #EFB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB520; }

 p { color: rgb(239,181,32); }

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

background-color css

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

 a { background-color: rgb(239,181,32); }

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

border-color css

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

 span { border-color: rgb(239,181,32); }

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