Html Css Color HEX #EDBC28 Bright Sun

📋 copy color: '#EDBC28'

red 237 ◦ green 188 ◦ blue 40

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

Shades of Bright Sun #EDBC28

Tints of Bright Sun #EDBC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 40 (16.02% from 255) = 8.6%

R = 50.97%
G = 40.43%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDBC28 (or 0xEDBC28) is known color: Bright Sun. HEX triplet: ED, BC and 28. RGB value is (237,188,40). Sum of RGB (Red+Green+Blue) = 237+188+40=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC28 is #1243D7. Grayscale: #BABABA. Windows color (decimal): -1197016 or 2669805. OLE color: 2669805.

HSL color Cylindrical-coordinate representation of color #EDBC28: hue angle of 45.08º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDBC28 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 40 -
CMYK 0 0.21 0.83 0.07
HSL 45.08º 0.85% 0.54% -
HSV(B) 45.08º 0.83% 0.93% -
XYZ 53.29 54.12 9.65 -
YUV 185.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 237 188 40 0 0.21 0.83 0.07 45.08 0.85 0.54
Hex ED BC 28 0 15 53 7 2D 55 36
Octal 355 274 50 0 25 123 7 55 125 66
Binary 11101101 10111100 101000 0 10101 1010011 111 101101 1010101 110110

Color Harmonies of #EDBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC28

Black with #EDBC28

Text Example


Text Example

White with #EDBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC28; }

 p { color: rgb(237,188,40); }

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

background-color css

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

 a { background-color: rgb(237,188,40); }

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

border-color css

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

 span { border-color: rgb(237,188,40); }

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