Html Css Color HEX #EFD935 Golden Fizz

📋 copy color: '#EFD935'

red 239 ◦ green 217 ◦ blue 53

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

Shades of Golden Fizz #EFD935

Tints of Golden Fizz #EFD935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

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

R = 46.95%
G = 42.63%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFD935 (or 0xEFD935) is known color: Golden Fizz. HEX triplet: EF, D9 and 35. RGB value is (239,217,53). Sum of RGB (Red+Green+Blue) = 239+217+53=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 53 (21.09% from 255 or 10.41% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD935 is #1026CA. Grayscale: #CDCDCD. Windows color (decimal): -1058507 or 3529199. OLE color: 3529199.

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

Color convert

RGB 239 217 53 -
CMYK 0 0.09 0.78 0.06
HSL 52.9º 0.85% 0.57% -
HSV(B) 52.9º 0.78% 0.94% -
XYZ 61.05 68.23 13.32 -
YUV 204.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 239 217 53 0 0.09 0.78 0.06 52.9 0.85 0.57
Hex EF D9 35 0 9 4E 6 35 55 39
Octal 357 331 65 0 11 116 6 65 125 71
Binary 11101111 11011001 110101 0 1001 1001110 110 110101 1010101 111001

Color Harmonies of #EFD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD935

Black with #EFD935

Text Example


Text Example

White with #EFD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD935; }

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

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

background-color css

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

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

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

border-color css

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

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

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