Html Css Color HEX #EFDF01 Golden Yellow

📋 copy color: '#EFDF01'

red 239 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #EFDF01

Tints of Golden Yellow #EFDF01

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

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

R = 51.62%
G = 48.16%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFDF01 (or 0xEFDF01) is known color: Golden Yellow. HEX triplet: EF, DF and 01. RGB value is (239,223,1). Sum of RGB (Red+Green+Blue) = 239+223+1=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF01 is #1020FE. Grayscale: #CBCBCB. Windows color (decimal): -1057023 or 122863. OLE color: 122863.

HSL color Cylindrical-coordinate representation of color #EFDF01: hue angle of 55.97º 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 #EFDF01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 1 -
CMYK 0 0.07 1.00 0.06
HSL 55.97º 0.99% 0.47% -
HSV(B) 55.97º 1% 0.94% -
XYZ 61.99 71.13 10.49 -
YUV 202.48 14.3 154.05 -
System Red Green Blue C M Y K H S L
Decimal 239 223 1 0 0.07 1.00 0.06 55.97 0.99 0.47
Hex EF DF 1 0 7 64 6 38 63 2F
Octal 357 337 1 0 7 144 6 70 143 57
Binary 11101111 11011111 1 0 111 1100100 110 111000 1100011 101111

Color Harmonies of #EFDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF01

Black with #EFDF01

Text Example


Text Example

White with #EFDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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