Html Css Color HEX #EFDB03 Golden Yellow

📋 copy color: '#EFDB03'

red 239 ◦ green 219 ◦ blue 3

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

Shades of Golden Yellow #EFDB03

Tints of Golden Yellow #EFDB03

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.51%

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

R = 51.84%
G = 47.51%
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

#EFDB03 (or 0xEFDB03) is known color: Golden Yellow. HEX triplet: EF, DB and 03. RGB value is (239,219,3). Sum of RGB (Red+Green+Blue) = 239+219+3=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB03 is #1024FC. Grayscale: #C9C9C9. Windows color (decimal): -1058045 or 252911. OLE color: 252911.

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

Color convert

RGB 239 219 3 -
CMYK 0 0.08 0.99 0.06
HSL 54.92º 0.98% 0.47% -
HSV(B) 54.92º 0.99% 0.94% -
XYZ 60.94 69.02 10.2 -
YUV 200.36 16.63 155.56 -
System Red Green Blue C M Y K H S L
Decimal 239 219 3 0 0.08 0.99 0.06 54.92 0.98 0.47
Hex EF DB 3 0 8 63 6 37 62 2F
Octal 357 333 3 0 10 143 6 67 142 57
Binary 11101111 11011011 11 0 1000 1100011 110 110111 1100010 101111

Color Harmonies of #EFDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB03

Black with #EFDB03

Text Example


Text Example

White with #EFDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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