Html Css Color HEX #EFD631 Golden Fizz

📋 copy color: '#EFD631'

red 239 ◦ green 214 ◦ blue 49

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

Shades of Golden Fizz #EFD631

Tints of Golden Fizz #EFD631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.76%

R = 47.61%
G = 42.63%
B = 9.76%

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

#EFD631 (or 0xEFD631) is known color: Golden Fizz. HEX triplet: EF, D6 and 31. RGB value is (239,214,49). Sum of RGB (Red+Green+Blue) = 239+214+49=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD631 is #1029CE. Grayscale: #CBCBCB. Windows color (decimal): -1059279 or 3266287. OLE color: 3266287.

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

Color convert

RGB 239 214 49 -
CMYK 0 0.10 0.79 0.06
HSL 52.11º 0.86% 0.56% -
HSV(B) 52.11º 0.79% 0.94% -
XYZ 60.2 66.67 12.6 -
YUV 202.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 239 214 49 0 0.10 0.79 0.06 52.11 0.86 0.56
Hex EF D6 31 0 A 4F 6 34 56 38
Octal 357 326 61 0 12 117 6 64 126 70
Binary 11101111 11010110 110001 0 1010 1001111 110 110100 1010110 111000

Color Harmonies of #EFD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD631

Black with #EFD631

Text Example


Text Example

White with #EFD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD631; }

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

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

background-color css

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

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

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

border-color css

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

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

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