Html Css Color HEX #ECF230 Golden Fizz

📋 copy color: '#ECF230'

red 236 ◦ green 242 ◦ blue 48

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

Shades of Golden Fizz #ECF230

Tints of Golden Fizz #ECF230

RGB

 RED value IS 236 (92.58% from 255) = 44.87%

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 48 (19.14% from 255) = 9.13%

R = 44.87%
G = 46.01%
B = 9.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#ECF230 (or 0xECF230) is known color: Golden Fizz. HEX triplet: EC, F2 and 30. RGB value is (236,242,48). Sum of RGB (Red+Green+Blue) = 236+242+48=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF230 is #130DCF. Grayscale: #DADADA. Windows color (decimal): -1248720 or 3207916. OLE color: 3207916.

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

Color convert

RGB 236 242 48 -
CMYK 0.02 0 0.80 0.05
HSL 61.86º 0.88% 0.57% -
HSV(B) 61.86º 0.8% 0.95% -
XYZ 66.88 81.55 15.01 -
YUV 218.09 32.01 140.77 -
System Red Green Blue C M Y K H S L
Decimal 236 242 48 0.02 0 0.80 0.05 61.86 0.88 0.57
Hex EC F2 30 2 0 50 5 3E 58 39
Octal 354 362 60 2 0 120 5 76 130 71
Binary 11101100 11110010 110000 10 0 1010000 101 111110 1011000 111001

Color Harmonies of #ECF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF230

Black with #ECF230

Text Example


Text Example

White with #ECF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF230; }

 p { color: rgb(236,242,48); }

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

background-color css

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

 a { background-color: rgb(236,242,48); }

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

border-color css

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

 span { border-color: rgb(236,242,48); }

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