Html Css Color HEX #EFD435 Golden Fizz

📋 copy color: '#EFD435'

red 239 ◦ green 212 ◦ blue 53

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

Shades of Golden Fizz #EFD435

Tints of Golden Fizz #EFD435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

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

R = 47.42%
G = 42.06%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFD435 (or 0xEFD435) is known color: Golden Fizz. HEX triplet: EF, D4 and 35. RGB value is (239,212,53). Sum of RGB (Red+Green+Blue) = 239+212+53=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD435 is #102BCA. Grayscale: #CACACA. Windows color (decimal): -1059787 or 3527919. OLE color: 3527919.

HSL color Cylindrical-coordinate representation of color #EFD435: hue angle of 51.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFD435 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 53 -
CMYK 0 0.11 0.78 0.06
HSL 51.29º 0.85% 0.57% -
HSV(B) 51.29º 0.78% 0.94% -
XYZ 59.78 65.69 12.9 -
YUV 201.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 239 212 53 0 0.11 0.78 0.06 51.29 0.85 0.57
Hex EF D4 35 0 B 4E 6 33 55 39
Octal 357 324 65 0 13 116 6 63 125 71
Binary 11101111 11010100 110101 0 1011 1001110 110 110011 1010101 111001

Color Harmonies of #EFD435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD435

Black with #EFD435

Text Example


Text Example

White with #EFD435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD435; }

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

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

background-color css

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

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

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

border-color css

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

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

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