Html Css Color HEX #EDE303 Golden Yellow

📋 copy color: '#EDE303'

red 237 ◦ green 227 ◦ blue 3

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

Shades of Golden Yellow #EDE303

Tints of Golden Yellow #EDE303

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

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

R = 50.75%
G = 48.61%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDE303 (or 0xEDE303) is known color: Golden Yellow. HEX triplet: ED, E3 and 03. RGB value is (237,227,3). Sum of RGB (Red+Green+Blue) = 237+227+3=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 3 (1.56% from 255 or 0.64% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE303 is #121CFC. Grayscale: #CDCDCD. Windows color (decimal): -1187069 or 254957. OLE color: 254957.

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

Color convert

RGB 237 227 3 -
CMYK 0 0.04 0.99 0.07
HSL 57.44º 0.98% 0.47% -
HSV(B) 57.44º 0.99% 0.93% -
XYZ 62.41 72.95 10.88 -
YUV 204.45 14.31 151.21 -
System Red Green Blue C M Y K H S L
Decimal 237 227 3 0 0.04 0.99 0.07 57.44 0.98 0.47
Hex ED E3 3 0 4 63 7 39 62 2F
Octal 355 343 3 0 4 143 7 71 142 57
Binary 11101101 11100011 11 0 100 1100011 111 111001 1100010 101111

Color Harmonies of #EDE303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE303

Black with #EDE303

Text Example


Text Example

White with #EDE303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE303; }

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

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

background-color css

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

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

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

border-color css

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

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

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