Html Css Color HEX #EDC22D Bright Sun

📋 copy color: '#EDC22D'

red 237 ◦ green 194 ◦ blue 45

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

Shades of Bright Sun #EDC22D

Tints of Bright Sun #EDC22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 49.79%
G = 40.76%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDC22D (or 0xEDC22D) is known color: Bright Sun. HEX triplet: ED, C2 and 2D. RGB value is (237,194,45). Sum of RGB (Red+Green+Blue) = 237+194+45=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC22D is #123DD2. Grayscale: #BEBEBE. Windows color (decimal): -1195475 or 2999021. OLE color: 2999021.

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

Color convert

RGB 237 194 45 -
CMYK 0 0.18 0.81 0.07
HSL 46.56º 0.84% 0.55% -
HSV(B) 46.56º 0.81% 0.93% -
XYZ 54.69 56.78 10.56 -
YUV 189.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 237 194 45 0 0.18 0.81 0.07 46.56 0.84 0.55
Hex ED C2 2D 0 12 51 7 2F 54 37
Octal 355 302 55 0 22 121 7 57 124 67
Binary 11101101 11000010 101101 0 10010 1010001 111 101111 1010100 110111

Color Harmonies of #EDC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC22D

Black with #EDC22D

Text Example


Text Example

White with #EDC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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