Html Css Color HEX #EFD632 Golden Fizz

📋 copy color: '#EFD632'

red 239 ◦ green 214 ◦ blue 50

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

Shades of Golden Fizz #EFD632

Tints of Golden Fizz #EFD632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.94%

R = 47.51%
G = 42.54%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFD632 (or 0xEFD632) is known color: Golden Fizz. HEX triplet: EF, D6 and 32. RGB value is (239,214,50). Sum of RGB (Red+Green+Blue) = 239+214+50=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD632 is #1029CD. Grayscale: #CBCBCB. Windows color (decimal): -1059278 or 3331823. OLE color: 3331823.

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

Color convert

RGB 239 214 50 -
CMYK 0 0.10 0.79 0.06
HSL 52.06º 0.86% 0.57% -
HSV(B) 52.06º 0.79% 0.94% -
XYZ 60.22 66.67 12.71 -
YUV 202.78 41.78 153.84 -
System Red Green Blue C M Y K H S L
Decimal 239 214 50 0 0.10 0.79 0.06 52.06 0.86 0.57
Hex EF D6 32 0 A 4F 6 34 56 39
Octal 357 326 62 0 12 117 6 64 126 71
Binary 11101111 11010110 110010 0 1010 1001111 110 110100 1010110 111001

Color Harmonies of #EFD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD632

Black with #EFD632

Text Example


Text Example

White with #EFD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD632; }

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

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

background-color css

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

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

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

border-color css

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

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

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