Html Css Color HEX #EDF30B Lemon

📋 copy color: '#EDF30B'

red 237 ◦ green 243 ◦ blue 11

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

Shades of Lemon #EDF30B

Tints of Lemon #EDF30B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.49%

 BLUE value IS 11 (4.69% from 255) = 2.24%

R = 48.27%
G = 49.49%
B = 2.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EDF30B (or 0xEDF30B) is known color: Lemon. HEX triplet: ED, F3 and 0B. RGB value is (237,243,11). Sum of RGB (Red+Green+Blue) = 237+243+11=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 11 (4.69% from 255 or 2.24% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF30B is #120CF4. Grayscale: #D7D7D7. Windows color (decimal): -1182965 or 783341. OLE color: 783341.

HSL color Cylindrical-coordinate representation of color #EDF30B: hue angle of 61.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF30B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 11 -
CMYK 0.02 0 0.95 0.05
HSL 61.55º 0.91% 0.5% -
HSV(B) 61.55º 0.95% 0.95% -
XYZ 67.04 82.13 12.64 -
YUV 214.76 13.01 143.86 -
System Red Green Blue C M Y K H S L
Decimal 237 243 11 0.02 0 0.95 0.05 61.55 0.91 0.5
Hex ED F3 B 2 0 5F 5 3E 5B 32
Octal 355 363 13 2 0 137 5 76 133 62
Binary 11101101 11110011 1011 10 0 1011111 101 111110 1011011 110010

Color Harmonies of #EDF30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF30B

Black with #EDF30B

Text Example


Text Example

White with #EDF30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF30B; }

 p { color: rgb(237,243,11); }

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

background-color css

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

 a { background-color: rgb(237,243,11); }

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

border-color css

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

 span { border-color: rgb(237,243,11); }

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