Html Css Color HEX #EDC02D Bright Sun

📋 copy color: '#EDC02D'

red 237 ◦ green 192 ◦ blue 45

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

Shades of Bright Sun #EDC02D

Tints of Bright Sun #EDC02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 50%
G = 40.51%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDC02D (or 0xEDC02D) is known color: Bright Sun. HEX triplet: ED, C0 and 2D. RGB value is (237,192,45). Sum of RGB (Red+Green+Blue) = 237+192+45=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC02D is #123FD2. Grayscale: #BDBDBD. Windows color (decimal): -1195987 or 2998509. OLE color: 2998509.

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

Color convert

RGB 237 192 45 -
CMYK 0 0.19 0.81 0.07
HSL 45.94º 0.84% 0.55% -
HSV(B) 45.94º 0.81% 0.93% -
XYZ 54.25 55.89 10.41 -
YUV 188.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 237 192 45 0 0.19 0.81 0.07 45.94 0.84 0.55
Hex ED C0 2D 0 13 51 7 2E 54 37
Octal 355 300 55 0 23 121 7 56 124 67
Binary 11101101 11000000 101101 0 10011 1010001 111 101110 1010100 110111

Color Harmonies of #EDC02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC02D

Black with #EDC02D

Text Example


Text Example

White with #EDC02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC02D; }

 p { color: rgb(237,192,45); }

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

background-color css

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

 a { background-color: rgb(237,192,45); }

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

border-color css

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

 span { border-color: rgb(237,192,45); }

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