Html Css Color HEX #EDBA24 Bright Sun

📋 copy color: '#EDBA24'

red 237 ◦ green 186 ◦ blue 36

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

Shades of Bright Sun #EDBA24

Tints of Bright Sun #EDBA24

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

 BLUE value IS 36 (14.45% from 255) = 7.84%

R = 51.63%
G = 40.52%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDBA24 (or 0xEDBA24) is known color: Bright Sun. HEX triplet: ED, BA and 24. RGB value is (237,186,36). Sum of RGB (Red+Green+Blue) = 237+186+36=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 36 (14.45% from 255 or 7.84% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA24 is #1245DB. Grayscale: #B8B8B8. Windows color (decimal): -1197532 or 2407149. OLE color: 2407149.

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

Color convert

RGB 237 186 36 -
CMYK 0 0.22 0.85 0.07
HSL 44.78º 0.85% 0.54% -
HSV(B) 44.78º 0.85% 0.93% -
XYZ 52.8 53.25 9.16 -
YUV 184.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 237 186 36 0 0.22 0.85 0.07 44.78 0.85 0.54
Hex ED BA 24 0 16 55 7 2D 55 36
Octal 355 272 44 0 26 125 7 55 125 66
Binary 11101101 10111010 100100 0 10110 1010101 111 101101 1010101 110110

Color Harmonies of #EDBA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA24

Black with #EDBA24

Text Example


Text Example

White with #EDBA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA24; }

 p { color: rgb(237,186,36); }

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

background-color css

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

 a { background-color: rgb(237,186,36); }

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

border-color css

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

 span { border-color: rgb(237,186,36); }

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