Html Css Color HEX #EFF504 Yellow

📋 copy color: '#EFF504'

red 239 ◦ green 245 ◦ blue 4

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

Shades of Yellow #EFF504

Tints of Yellow #EFF504

RGB

 RED value IS 239 (93.75% from 255) = 48.98%

 GREEN value IS 245 (96.09% from 255) = 50.2%

 BLUE value IS 4 (1.95% from 255) = 0.82%

R = 48.98%
G = 50.2%
B = 0.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#EFF504 (or 0xEFF504) is known color: Yellow. HEX triplet: EF, F5 and 04. RGB value is (239,245,4). Sum of RGB (Red+Green+Blue) = 239+245+4=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF504 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF504 is #100AFB. Grayscale: #D8D8D8. Windows color (decimal): -1051388 or 325103. OLE color: 325103.

HSL color Cylindrical-coordinate representation of color #EFF504: hue angle of 61.49º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFF504 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 4 -
CMYK 0.02 0 0.98 0.04
HSL 61.49º 0.97% 0.49% -
HSV(B) 61.49º 0.98% 0.96% -
XYZ 68.27 83.66 12.67 -
YUV 215.73 8.51 144.6 -
System Red Green Blue C M Y K H S L
Decimal 239 245 4 0.02 0 0.98 0.04 61.49 0.97 0.49
Hex EF F5 4 2 0 62 4 3D 61 31
Octal 357 365 4 2 0 142 4 75 141 61
Binary 11101111 11110101 100 10 0 1100010 100 111101 1100001 110001

Color Harmonies of #EFF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF504

Black with #EFF504

Text Example


Text Example

White with #EFF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF504; }

 p { color: rgb(239,245,4); }

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

background-color css

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

 a { background-color: rgb(239,245,4); }

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

border-color css

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

 span { border-color: rgb(239,245,4); }

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