Html Css Color HEX #EDBB32 Bright Sun

📋 copy color: '#EDBB32'

red 237 ◦ green 187 ◦ blue 50

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

Shades of Bright Sun #EDBB32

Tints of Bright Sun #EDBB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

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

R = 50%
G = 39.45%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDBB32 (or 0xEDBB32) is known color: Bright Sun. HEX triplet: ED, BB and 32. RGB value is (237,187,50). Sum of RGB (Red+Green+Blue) = 237+187+50=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBB32 is #1244CD. Grayscale: #BABABA. Windows color (decimal): -1197262 or 3324909. OLE color: 3324909.

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

Color convert

RGB 237 187 50 -
CMYK 0 0.21 0.79 0.07
HSL 43.96º 0.84% 0.56% -
HSV(B) 43.96º 0.79% 0.93% -
XYZ 53.27 53.78 10.59 -
YUV 186.33 51.07 164.14 -
System Red Green Blue C M Y K H S L
Decimal 237 187 50 0 0.21 0.79 0.07 43.96 0.84 0.56
Hex ED BB 32 0 15 4F 7 2C 54 38
Octal 355 273 62 0 25 117 7 54 124 70
Binary 11101101 10111011 110010 0 10101 1001111 111 101100 1010100 111000

Color Harmonies of #EDBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB32

Black with #EDBB32

Text Example


Text Example

White with #EDBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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