Html Css Color HEX #EDC22A Bright Sun

📋 copy color: '#EDC22A'

red 237 ◦ green 194 ◦ blue 42

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

Shades of Bright Sun #EDC22A

Tints of Bright Sun #EDC22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.88%

R = 50.11%
G = 41.01%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDC22A (or 0xEDC22A) is known color: Bright Sun. HEX triplet: ED, C2 and 2A. RGB value is (237,194,42). Sum of RGB (Red+Green+Blue) = 237+194+42=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC22A is #123DD5. Grayscale: #BEBEBE. Windows color (decimal): -1195478 or 2802413. OLE color: 2802413.

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

Color convert

RGB 237 194 42 -
CMYK 0 0.18 0.82 0.07
HSL 46.77º 0.84% 0.55% -
HSV(B) 46.77º 0.82% 0.93% -
XYZ 54.63 56.76 10.27 -
YUV 189.53 44.75 161.86 -
System Red Green Blue C M Y K H S L
Decimal 237 194 42 0 0.18 0.82 0.07 46.77 0.84 0.55
Hex ED C2 2A 0 12 52 7 2F 54 37
Octal 355 302 52 0 22 122 7 57 124 67
Binary 11101101 11000010 101010 0 10010 1010010 111 101111 1010100 110111

Color Harmonies of #EDC22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC22A

Black with #EDC22A

Text Example


Text Example

White with #EDC22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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