Html Css Color HEX #EDDF0D Lemon

📋 copy color: '#EDDF0D'

red 237 ◦ green 223 ◦ blue 13

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

Shades of Lemon #EDDF0D

Tints of Lemon #EDDF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 50.11%
G = 47.15%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDDF0D (or 0xEDDF0D) is known color: Lemon. HEX triplet: ED, DF and 0D. RGB value is (237,223,13). Sum of RGB (Red+Green+Blue) = 237+223+13=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF0D is #1220F2. Grayscale: #CCCCCC. Windows color (decimal): -1188083 or 909293. OLE color: 909293.

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

Color convert

RGB 237 223 13 -
CMYK 0 0.06 0.95 0.07
HSL 56.25º 0.9% 0.49% -
HSV(B) 56.25º 0.95% 0.93% -
XYZ 61.39 70.81 10.81 -
YUV 203.25 20.64 152.08 -
System Red Green Blue C M Y K H S L
Decimal 237 223 13 0 0.06 0.95 0.07 56.25 0.9 0.49
Hex ED DF D 0 6 5F 7 38 5A 31
Octal 355 337 15 0 6 137 7 70 132 61
Binary 11101101 11011111 1101 0 110 1011111 111 111000 1011010 110001

Color Harmonies of #EDDF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF0D

Black with #EDDF0D

Text Example


Text Example

White with #EDDF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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