Html Css Color HEX #EDDF16 Lemon

📋 copy color: '#EDDF16'

red 237 ◦ green 223 ◦ blue 22

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

Shades of Lemon #EDDF16

Tints of Lemon #EDDF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.56%

R = 49.17%
G = 46.27%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDDF16 (or 0xEDDF16) is known color: Lemon. HEX triplet: ED, DF and 16. RGB value is (237,223,22). Sum of RGB (Red+Green+Blue) = 237+223+22=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF16 is #1220E9. Grayscale: #CDCDCD. Windows color (decimal): -1188074 or 1499117. OLE color: 1499117.

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

Color convert

RGB 237 223 22 -
CMYK 0 0.06 0.91 0.07
HSL 56.09º 0.86% 0.51% -
HSV(B) 56.09º 0.91% 0.93% -
XYZ 61.46 70.84 11.19 -
YUV 204.27 25.14 151.34 -
System Red Green Blue C M Y K H S L
Decimal 237 223 22 0 0.06 0.91 0.07 56.09 0.86 0.51
Hex ED DF 16 0 6 5B 7 38 56 33
Octal 355 337 26 0 6 133 7 70 126 63
Binary 11101101 11011111 10110 0 110 1011011 111 111000 1010110 110011

Color Harmonies of #EDDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF16

Black with #EDDF16

Text Example


Text Example

White with #EDDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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