Html Css Color HEX #EDE103 Golden Yellow

📋 copy color: '#EDE103'

red 237 ◦ green 225 ◦ blue 3

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

Shades of Golden Yellow #EDE103

Tints of Golden Yellow #EDE103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.39%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 50.97%
G = 48.39%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDE103 (or 0xEDE103) is known color: Golden Yellow. HEX triplet: ED, E1 and 03. RGB value is (237,225,3). Sum of RGB (Red+Green+Blue) = 237+225+3=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE103 is #121EFC. Grayscale: #CCCCCC. Windows color (decimal): -1187581 or 254445. OLE color: 254445.

HSL color Cylindrical-coordinate representation of color #EDE103: hue angle of 56.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDE103 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 3 -
CMYK 0 0.05 0.99 0.07
HSL 56.92º 0.98% 0.47% -
HSV(B) 56.92º 0.99% 0.93% -
XYZ 61.87 71.86 10.7 -
YUV 203.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 237 225 3 0 0.05 0.99 0.07 56.92 0.98 0.47
Hex ED E1 3 0 5 63 7 39 62 2F
Octal 355 341 3 0 5 143 7 71 142 57
Binary 11101101 11100001 11 0 101 1100011 111 111001 1100010 101111

Color Harmonies of #EDE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE103

Black with #EDE103

Text Example


Text Example

White with #EDE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE103; }

 p { color: rgb(237,225,3); }

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

background-color css

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

 a { background-color: rgb(237,225,3); }

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

border-color css

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

 span { border-color: rgb(237,225,3); }

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