Html Css Color HEX #EFDB02 Golden Yellow

📋 copy color: '#EFDB02'

red 239 ◦ green 219 ◦ blue 2

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

Shades of Golden Yellow #EFDB02

Tints of Golden Yellow #EFDB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 51.96%
G = 47.61%
B = 0.43%

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

#EFDB02 (or 0xEFDB02) is known color: Golden Yellow. HEX triplet: EF, DB and 02. RGB value is (239,219,2). Sum of RGB (Red+Green+Blue) = 239+219+2=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB02 is #1024FD. Grayscale: #C9C9C9. Windows color (decimal): -1058046 or 187375. OLE color: 187375.

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

Color convert

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

Color Harmonies of #EFDB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB02

Black with #EFDB02

Text Example


Text Example

White with #EFDB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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