Html Css Color HEX #EFF135 Golden Fizz

📋 copy color: '#EFF135'

red 239 ◦ green 241 ◦ blue 53

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

Shades of Golden Fizz #EFF135

Tints of Golden Fizz #EFF135

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.22%

 BLUE value IS 53 (21.09% from 255) = 9.94%

R = 44.84%
G = 45.22%
B = 9.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#EFF135 (or 0xEFF135) is known color: Golden Fizz. HEX triplet: EF, F1 and 35. RGB value is (239,241,53). Sum of RGB (Red+Green+Blue) = 239+241+53=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 53 (21.09% from 255 or 9.94% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF135 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF135 is #100ECA. Grayscale: #DBDBDB. Windows color (decimal): -1052363 or 3535343. OLE color: 3535343.

HSL color Cylindrical-coordinate representation of color #EFF135: hue angle of 60.64º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFF135 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 53 -
CMYK 0.01 0 0.78 0.05
HSL 60.64º 0.87% 0.58% -
HSV(B) 60.64º 0.78% 0.95% -
XYZ 67.69 81.52 15.53 -
YUV 218.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 239 241 53 0.01 0 0.78 0.05 60.64 0.87 0.58
Hex EF F1 35 1 0 4E 5 3D 57 3A
Octal 357 361 65 1 0 116 5 75 127 72
Binary 11101111 11110001 110101 1 0 1001110 101 111101 1010111 111010

Color Harmonies of #EFF135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF135

Black with #EFF135

Text Example


Text Example

White with #EFF135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF135; }

 p { color: rgb(239,241,53); }

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

background-color css

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

 a { background-color: rgb(239,241,53); }

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

border-color css

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

 span { border-color: rgb(239,241,53); }

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