Html Css Color HEX #EFB132 Bright Sun

📋 copy color: '#EFB132'

red 239 ◦ green 177 ◦ blue 50

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

Shades of Bright Sun #EFB132

Tints of Bright Sun #EFB132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.98%

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

R = 51.29%
G = 37.98%
B = 10.73%

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

#EFB132 (or 0xEFB132) is known color: Bright Sun. HEX triplet: EF, B1 and 32. RGB value is (239,177,50). Sum of RGB (Red+Green+Blue) = 239+177+50=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB132 is #104ECD. Grayscale: #B5B5B5. Windows color (decimal): -1068750 or 3322351. OLE color: 3322351.

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

Color convert

RGB 239 177 50 -
CMYK 0 0.26 0.79 0.06
HSL 40.32º 0.86% 0.57% -
HSV(B) 40.32º 0.79% 0.94% -
XYZ 51.89 50.03 9.94 -
YUV 181.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 239 177 50 0 0.26 0.79 0.06 40.32 0.86 0.57
Hex EF B1 32 0 1A 4F 6 28 56 39
Octal 357 261 62 0 32 117 6 50 126 71
Binary 11101111 10110001 110010 0 11010 1001111 110 101000 1010110 111001

Color Harmonies of #EFB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB132

Black with #EFB132

Text Example


Text Example

White with #EFB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB132; }

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

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

background-color css

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

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

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

border-color css

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

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

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