Html Css Color HEX #EFB032 Bright Sun

📋 copy color: '#EFB032'

red 239 ◦ green 176 ◦ blue 50

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

Shades of Bright Sun #EFB032

Tints of Bright Sun #EFB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

 BLUE value IS 50 (19.92% from 255) = 10.75%

R = 51.4%
G = 37.85%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFB032 (or 0xEFB032) is known color: Bright Sun. HEX triplet: EF, B0 and 32. RGB value is (239,176,50). Sum of RGB (Red+Green+Blue) = 239+176+50=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB032 is #104FCD. Grayscale: #B5B5B5. Windows color (decimal): -1069006 or 3322095. OLE color: 3322095.

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

Color convert

RGB 239 176 50 -
CMYK 0 0.26 0.79 0.06
HSL 40º 0.86% 0.57% -
HSV(B) 40º 0.79% 0.94% -
XYZ 51.7 49.63 9.87 -
YUV 180.47 54.37 169.75 -
System Red Green Blue C M Y K H S L
Decimal 239 176 50 0 0.26 0.79 0.06 40 0.86 0.57
Hex EF B0 32 0 1A 4F 6 28 56 39
Octal 357 260 62 0 32 117 6 50 126 71
Binary 11101111 10110000 110010 0 11010 1001111 110 101000 1010110 111001

Color Harmonies of #EFB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB032

Black with #EFB032

Text Example


Text Example

White with #EFB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB032; }

 p { color: rgb(239,176,50); }

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

background-color css

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

 a { background-color: rgb(239,176,50); }

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

border-color css

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

 span { border-color: rgb(239,176,50); }

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