Html Css Color HEX #EFB52D Bright Sun

📋 copy color: '#EFB52D'

red 239 ◦ green 181 ◦ blue 45

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

Shades of Bright Sun #EFB52D

Tints of Bright Sun #EFB52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 51.4%
G = 38.92%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFB52D (or 0xEFB52D) is known color: Bright Sun. HEX triplet: EF, B5 and 2D. RGB value is (239,181,45). Sum of RGB (Red+Green+Blue) = 239+181+45=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB52D is #104AD2. Grayscale: #B7B7B7. Windows color (decimal): -1067731 or 2995695. OLE color: 2995695.

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

Color convert

RGB 239 181 45 -
CMYK 0 0.24 0.81 0.06
HSL 42.06º 0.86% 0.56% -
HSV(B) 42.06º 0.81% 0.94% -
XYZ 52.59 51.59 9.67 -
YUV 182.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 239 181 45 0 0.24 0.81 0.06 42.06 0.86 0.56
Hex EF B5 2D 0 18 51 6 2A 56 38
Octal 357 265 55 0 30 121 6 52 126 70
Binary 11101111 10110101 101101 0 11000 1010001 110 101010 1010110 111000

Color Harmonies of #EFB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB52D

Black with #EFB52D

Text Example


Text Example

White with #EFB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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