Html Css Color HEX #EFDD01 Golden Yellow

📋 copy color: '#EFDD01'

red 239 ◦ green 221 ◦ blue 1

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

Shades of Golden Yellow #EFDD01

Tints of Golden Yellow #EFDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.84%
G = 47.94%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFDD01 (or 0xEFDD01) is known color: Golden Yellow. HEX triplet: EF, DD and 01. RGB value is (239,221,1). Sum of RGB (Red+Green+Blue) = 239+221+1=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD01 is #1022FE. Grayscale: #CACACA. Windows color (decimal): -1057535 or 122351. OLE color: 122351.

HSL color Cylindrical-coordinate representation of color #EFDD01: hue angle of 55.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFDD01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 1 -
CMYK 0 0.08 1.00 0.06
HSL 55.46º 0.99% 0.47% -
HSV(B) 55.46º 1% 0.94% -
XYZ 61.46 70.07 10.31 -
YUV 201.3 14.96 154.89 -
System Red Green Blue C M Y K H S L
Decimal 239 221 1 0 0.08 1.00 0.06 55.46 0.99 0.47
Hex EF DD 1 0 8 64 6 37 63 2F
Octal 357 335 1 0 10 144 6 67 143 57
Binary 11101111 11011101 1 0 1000 1100100 110 110111 1100011 101111

Color Harmonies of #EFDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD01

Black with #EFDD01

Text Example


Text Example

White with #EFDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD01; }

 p { color: rgb(239,221,1); }

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

background-color css

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

 a { background-color: rgb(239,221,1); }

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

border-color css

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

 span { border-color: rgb(239,221,1); }

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