Html Css Color HEX #EAEF0D Lemon

📋 copy color: '#EAEF0D'

red 234 ◦ green 239 ◦ blue 13

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

Shades of Lemon #EAEF0D

Tints of Lemon #EAEF0D

RGB

 RED value IS 234 (91.8% from 255) = 48.15%

 GREEN value IS 239 (93.75% from 255) = 49.18%

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

R = 48.15%
G = 49.18%
B = 2.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EAEF0D (or 0xEAEF0D) is known color: Lemon. HEX triplet: EA, EF and 0D. RGB value is (234,239,13). Sum of RGB (Red+Green+Blue) = 234+239+13=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEF0D is #1510F2. Grayscale: #D4D4D4. Windows color (decimal): -1380595 or 913386. OLE color: 913386.

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

Color convert

RGB 234 239 13 -
CMYK 0.02 0 0.95 0.06
HSL 61.33º 0.9% 0.49% -
HSV(B) 61.33º 0.95% 0.94% -
XYZ 64.87 79.25 12.26 -
YUV 211.74 15.84 143.88 -
System Red Green Blue C M Y K H S L
Decimal 234 239 13 0.02 0 0.95 0.06 61.33 0.9 0.49
Hex EA EF D 2 0 5F 6 3D 5A 31
Octal 352 357 15 2 0 137 6 75 132 61
Binary 11101010 11101111 1101 10 0 1011111 110 111101 1011010 110001

Color Harmonies of #EAEF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEF0D

Black with #EAEF0D

Text Example


Text Example

White with #EAEF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEF0D; }

 p { color: rgb(234,239,13); }

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

background-color css

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

 a { background-color: rgb(234,239,13); }

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

border-color css

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

 span { border-color: rgb(234,239,13); }

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