Html Css Color HEX #EDDF1B Lemon

📋 copy color: '#EDDF1B'

red 237 ◦ green 223 ◦ blue 27

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

Shades of Lemon #EDDF1B

Tints of Lemon #EDDF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.54%

R = 48.67%
G = 45.79%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDDF1B (or 0xEDDF1B) is known color: Lemon. HEX triplet: ED, DF and 1B. RGB value is (237,223,27). Sum of RGB (Red+Green+Blue) = 237+223+27=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF1B is #1220E4. Grayscale: #CDCDCD. Windows color (decimal): -1188069 or 1826797. OLE color: 1826797.

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

Color convert

RGB 237 223 27 -
CMYK 0 0.06 0.89 0.07
HSL 56º 0.85% 0.52% -
HSV(B) 56º 0.89% 0.93% -
XYZ 61.51 70.86 11.47 -
YUV 204.84 27.64 150.94 -
System Red Green Blue C M Y K H S L
Decimal 237 223 27 0 0.06 0.89 0.07 56 0.85 0.52
Hex ED DF 1B 0 6 59 7 38 55 34
Octal 355 337 33 0 6 131 7 70 125 64
Binary 11101101 11011111 11011 0 110 1011001 111 111000 1010101 110100

Color Harmonies of #EDDF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF1B

Black with #EDDF1B

Text Example


Text Example

White with #EDDF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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