Html Css Color HEX #EFD635 Golden Fizz

📋 copy color: '#EFD635'

red 239 ◦ green 214 ◦ blue 53

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

Shades of Golden Fizz #EFD635

Tints of Golden Fizz #EFD635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

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

R = 47.23%
G = 42.29%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFD635 (or 0xEFD635) is known color: Golden Fizz. HEX triplet: EF, D6 and 35. RGB value is (239,214,53). Sum of RGB (Red+Green+Blue) = 239+214+53=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD635 is #1029CA. Grayscale: #CBCBCB. Windows color (decimal): -1059275 or 3528431. OLE color: 3528431.

HSL color Cylindrical-coordinate representation of color #EFD635: hue angle of 51.94º 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 #EFD635 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 53 -
CMYK 0 0.10 0.78 0.06
HSL 51.94º 0.85% 0.57% -
HSV(B) 51.94º 0.78% 0.94% -
XYZ 60.29 66.7 13.07 -
YUV 203.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 239 214 53 0 0.10 0.78 0.06 51.94 0.85 0.57
Hex EF D6 35 0 A 4E 6 34 55 39
Octal 357 326 65 0 12 116 6 64 125 71
Binary 11101111 11010110 110101 0 1010 1001110 110 110100 1010101 111001

Color Harmonies of #EFD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD635

Black with #EFD635

Text Example


Text Example

White with #EFD635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD635; }

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

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

background-color css

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

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

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

border-color css

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

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

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