Html Css Color HEX #EFD30E Gold

📋 copy color: '#EFD30E'

red 239 ◦ green 211 ◦ blue 14

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

Shades of Gold #EFD30E

Tints of Gold #EFD30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 51.51%
G = 45.47%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFD30E (or 0xEFD30E) is known color: Gold. HEX triplet: EF, D3 and 0E. RGB value is (239,211,14). Sum of RGB (Red+Green+Blue) = 239+211+14=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD30E is #102CF1. Grayscale: #C5C5C5. Windows color (decimal): -1060082 or 971759. OLE color: 971759.

HSL color Cylindrical-coordinate representation of color #EFD30E: hue angle of 52.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFD30E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 14 -
CMYK 0 0.12 0.94 0.06
HSL 52.53º 0.89% 0.5% -
HSV(B) 52.53º 0.94% 0.94% -
XYZ 58.97 64.97 9.85 -
YUV 196.91 24.78 158.02 -
System Red Green Blue C M Y K H S L
Decimal 239 211 14 0 0.12 0.94 0.06 52.53 0.89 0.5
Hex EF D3 E 0 C 5E 6 35 59 32
Octal 357 323 16 0 14 136 6 65 131 62
Binary 11101111 11010011 1110 0 1100 1011110 110 110101 1011001 110010

Color Harmonies of #EFD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD30E

Black with #EFD30E

Text Example


Text Example

White with #EFD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD30E; }

 p { color: rgb(239,211,14); }

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

background-color css

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

 a { background-color: rgb(239,211,14); }

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

border-color css

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

 span { border-color: rgb(239,211,14); }

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