Html Css Color HEX #EDC22B Bright Sun

📋 copy color: '#EDC22B'

red 237 ◦ green 194 ◦ blue 43

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

Shades of Bright Sun #EDC22B

Tints of Bright Sun #EDC22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.07%

R = 50%
G = 40.93%
B = 9.07%

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

#EDC22B (or 0xEDC22B) is known color: Bright Sun. HEX triplet: ED, C2 and 2B. RGB value is (237,194,43). Sum of RGB (Red+Green+Blue) = 237+194+43=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC22B is #123DD4. Grayscale: #BEBEBE. Windows color (decimal): -1195477 or 2867949. OLE color: 2867949.

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

Color convert

RGB 237 194 43 -
CMYK 0 0.18 0.82 0.07
HSL 46.7º 0.84% 0.55% -
HSV(B) 46.7º 0.82% 0.93% -
XYZ 54.65 56.76 10.36 -
YUV 189.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 237 194 43 0 0.18 0.82 0.07 46.7 0.84 0.55
Hex ED C2 2B 0 12 52 7 2F 54 37
Octal 355 302 53 0 22 122 7 57 124 67
Binary 11101101 11000010 101011 0 10010 1010010 111 101111 1010100 110111

Color Harmonies of #EDC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC22B

Black with #EDC22B

Text Example


Text Example

White with #EDC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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