Html Css Color HEX #EFB232 Bright Sun

📋 copy color: '#EFB232'

red 239 ◦ green 178 ◦ blue 50

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

Shades of Bright Sun #EFB232

Tints of Bright Sun #EFB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

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

R = 51.18%
G = 38.12%
B = 10.71%

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

#EFB232 (or 0xEFB232) is known color: Bright Sun. HEX triplet: EF, B2 and 32. RGB value is (239,178,50). Sum of RGB (Red+Green+Blue) = 239+178+50=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB232 is #104DCD. Grayscale: #B6B6B6. Windows color (decimal): -1068494 or 3322607. OLE color: 3322607.

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

Color convert

RGB 239 178 50 -
CMYK 0 0.26 0.79 0.06
HSL 40.63º 0.86% 0.57% -
HSV(B) 40.63º 0.79% 0.94% -
XYZ 52.09 50.42 10 -
YUV 181.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 239 178 50 0 0.26 0.79 0.06 40.63 0.86 0.57
Hex EF B2 32 0 1A 4F 6 29 56 39
Octal 357 262 62 0 32 117 6 51 126 71
Binary 11101111 10110010 110010 0 11010 1001111 110 101001 1010110 111001

Color Harmonies of #EFB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB232

Black with #EFB232

Text Example


Text Example

White with #EFB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB232; }

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

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

background-color css

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

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

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

border-color css

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

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

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