Html Css Color HEX #EDB332 Bright Sun

📋 copy color: '#EDB332'

red 237 ◦ green 179 ◦ blue 50

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

Shades of Bright Sun #EDB332

Tints of Bright Sun #EDB332

RGB

 RED value IS 237 (92.97% from 255) = 50.86%

 GREEN value IS 179 (70.31% from 255) = 38.41%

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

R = 50.86%
G = 38.41%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB332 (or 0xEDB332) is known color: Bright Sun. HEX triplet: ED, B3 and 32. RGB value is (237,179,50). Sum of RGB (Red+Green+Blue) = 237+179+50=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB332 is #124CCD. Grayscale: #B6B6B6. Windows color (decimal): -1199310 or 3322861. OLE color: 3322861.

HSL color Cylindrical-coordinate representation of color #EDB332: hue angle of 41.39º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDB332 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 179 50 -
CMYK 0 0.24 0.79 0.07
HSL 41.39º 0.84% 0.56% -
HSV(B) 41.39º 0.79% 0.93% -
XYZ 51.62 50.48 10.04 -
YUV 181.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 237 179 50 0 0.24 0.79 0.07 41.39 0.84 0.56
Hex ED B3 32 0 18 4F 7 29 54 38
Octal 355 263 62 0 30 117 7 51 124 70
Binary 11101101 10110011 110010 0 11000 1001111 111 101001 1010100 111000

Color Harmonies of #EDB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB332

Black with #EDB332

Text Example


Text Example

White with #EDB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB332; }

 p { color: rgb(237,179,50); }

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

background-color css

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

 a { background-color: rgb(237,179,50); }

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

border-color css

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

 span { border-color: rgb(237,179,50); }

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