Html Css Color HEX #EFD30D Gold

📋 copy color: '#EFD30D'

red 239 ◦ green 211 ◦ blue 13

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

Shades of Gold #EFD30D

Tints of Gold #EFD30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 51.62%
G = 45.57%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD30D (or 0xEFD30D) is known color: Gold. HEX triplet: EF, D3 and 0D. RGB value is (239,211,13). Sum of RGB (Red+Green+Blue) = 239+211+13=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD30D is #102CF2. Grayscale: #C5C5C5. Windows color (decimal): -1060083 or 906223. OLE color: 906223.

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

Color convert

RGB 239 211 13 -
CMYK 0 0.12 0.95 0.06
HSL 52.57º 0.9% 0.49% -
HSV(B) 52.57º 0.95% 0.94% -
XYZ 58.96 64.97 9.81 -
YUV 196.8 24.28 158.1 -
System Red Green Blue C M Y K H S L
Decimal 239 211 13 0 0.12 0.95 0.06 52.57 0.9 0.49
Hex EF D3 D 0 C 5F 6 35 5A 31
Octal 357 323 15 0 14 137 6 65 132 61
Binary 11101111 11010011 1101 0 1100 1011111 110 110101 1011010 110001

Color Harmonies of #EFD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD30D

Black with #EFD30D

Text Example


Text Example

White with #EFD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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