Html Css Color HEX #EFB528 Bright Sun

📋 copy color: '#EFB528'

red 239 ◦ green 181 ◦ blue 40

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

Shades of Bright Sun #EFB528

Tints of Bright Sun #EFB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 51.96%
G = 39.35%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFB528 (or 0xEFB528) is known color: Bright Sun. HEX triplet: EF, B5 and 28. RGB value is (239,181,40). Sum of RGB (Red+Green+Blue) = 239+181+40=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB528 is #104AD7. Grayscale: #B6B6B6. Windows color (decimal): -1067736 or 2668015. OLE color: 2668015.

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

Color convert

RGB 239 181 40 -
CMYK 0 0.24 0.83 0.06
HSL 42.51º 0.86% 0.55% -
HSV(B) 42.51º 0.83% 0.94% -
XYZ 52.5 51.55 9.19 -
YUV 182.27 47.72 168.46 -
System Red Green Blue C M Y K H S L
Decimal 239 181 40 0 0.24 0.83 0.06 42.51 0.86 0.55
Hex EF B5 28 0 18 53 6 2B 56 37
Octal 357 265 50 0 30 123 6 53 126 67
Binary 11101111 10110101 101000 0 11000 1010011 110 101011 1010110 110111

Color Harmonies of #EFB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB528

Black with #EFB528

Text Example


Text Example

White with #EFB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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