Html Css Color HEX #EDDF17 Lemon

📋 copy color: '#EDDF17'

red 237 ◦ green 223 ◦ blue 23

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

Shades of Lemon #EDDF17

Tints of Lemon #EDDF17

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 23 (9.38% from 255) = 4.76%

R = 49.07%
G = 46.17%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDDF17 (or 0xEDDF17) is known color: Lemon. HEX triplet: ED, DF and 17. RGB value is (237,223,23). Sum of RGB (Red+Green+Blue) = 237+223+23=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF17 is #1220E8. Grayscale: #CDCDCD. Windows color (decimal): -1188073 or 1564653. OLE color: 1564653.

HSL color Cylindrical-coordinate representation of color #EDDF17: hue angle of 56.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDDF17 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 23 -
CMYK 0 0.06 0.90 0.07
HSL 56.07º 0.86% 0.51% -
HSV(B) 56.07º 0.9% 0.93% -
XYZ 61.47 70.84 11.24 -
YUV 204.39 25.64 151.26 -
System Red Green Blue C M Y K H S L
Decimal 237 223 23 0 0.06 0.90 0.07 56.07 0.86 0.51
Hex ED DF 17 0 6 5A 7 38 56 33
Octal 355 337 27 0 6 132 7 70 126 63
Binary 11101101 11011111 10111 0 110 1011010 111 111000 1010110 110011

Color Harmonies of #EDDF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF17

Black with #EDDF17

Text Example


Text Example

White with #EDDF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF17; }

 p { color: rgb(237,223,23); }

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

background-color css

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

 a { background-color: rgb(237,223,23); }

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

border-color css

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

 span { border-color: rgb(237,223,23); }

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