Html Css Color HEX #EDE703 Lemon

📋 copy color: '#EDE703'

red 237 ◦ green 231 ◦ blue 3

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

Shades of Lemon #EDE703

Tints of Lemon #EDE703

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.04%

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

R = 50.32%
G = 49.04%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDE703 (or 0xEDE703) is known color: Lemon. HEX triplet: ED, E7 and 03. RGB value is (237,231,3). Sum of RGB (Red+Green+Blue) = 237+231+3=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 3 (1.56% from 255 or 0.64% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE703 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE703 is #1218FC. Grayscale: #CFCFCF. Windows color (decimal): -1186045 or 255981. OLE color: 255981.

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

Color convert

RGB 237 231 3 -
CMYK 0 0.03 0.99 0.07
HSL 58.46º 0.98% 0.47% -
HSV(B) 58.46º 0.99% 0.93% -
XYZ 63.52 75.16 11.25 -
YUV 206.8 12.99 149.54 -
System Red Green Blue C M Y K H S L
Decimal 237 231 3 0 0.03 0.99 0.07 58.46 0.98 0.47
Hex ED E7 3 0 3 63 7 3A 62 2F
Octal 355 347 3 0 3 143 7 72 142 57
Binary 11101101 11100111 11 0 11 1100011 111 111010 1100010 101111

Color Harmonies of #EDE703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE703

Black with #EDE703

Text Example


Text Example

White with #EDE703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE703; }

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

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

background-color css

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

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

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

border-color css

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

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

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