Html Css Color HEX #EFDD03 Golden Yellow

📋 copy color: '#EFDD03'

red 239 ◦ green 221 ◦ blue 3

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

Shades of Golden Yellow #EFDD03

Tints of Golden Yellow #EFDD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 51.62%
G = 47.73%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFDD03 (or 0xEFDD03) is known color: Golden Yellow. HEX triplet: EF, DD and 03. RGB value is (239,221,3). Sum of RGB (Red+Green+Blue) = 239+221+3=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD03 is #1022FC. Grayscale: #CACACA. Windows color (decimal): -1057533 or 253423. OLE color: 253423.

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

Color convert

RGB 239 221 3 -
CMYK 0 0.08 0.99 0.06
HSL 55.42º 0.98% 0.47% -
HSV(B) 55.42º 0.99% 0.94% -
XYZ 61.47 70.07 10.37 -
YUV 201.53 15.96 154.73 -
System Red Green Blue C M Y K H S L
Decimal 239 221 3 0 0.08 0.99 0.06 55.42 0.98 0.47
Hex EF DD 3 0 8 63 6 37 62 2F
Octal 357 335 3 0 10 143 6 67 142 57
Binary 11101111 11011101 11 0 1000 1100011 110 110111 1100010 101111

Color Harmonies of #EFDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD03

Black with #EFDD03

Text Example


Text Example

White with #EFDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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