Html Css Color HEX #EFDF02 Golden Yellow

📋 copy color: '#EFDF02'

red 239 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #EFDF02

Tints of Golden Yellow #EFDF02

RGB

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

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

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

R = 51.51%
G = 48.06%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFDF02 (or 0xEFDF02) is known color: Golden Yellow. HEX triplet: EF, DF and 02. RGB value is (239,223,2). Sum of RGB (Red+Green+Blue) = 239+223+2=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF02 is #1020FD. Grayscale: #CBCBCB. Windows color (decimal): -1057022 or 188399. OLE color: 188399.

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

Color convert

RGB 239 223 2 -
CMYK 0 0.07 0.99 0.06
HSL 55.95º 0.98% 0.47% -
HSV(B) 55.95º 0.99% 0.94% -
XYZ 62 71.13 10.52 -
YUV 202.59 14.8 153.97 -
System Red Green Blue C M Y K H S L
Decimal 239 223 2 0 0.07 0.99 0.06 55.95 0.98 0.47
Hex EF DF 2 0 7 63 6 38 62 2F
Octal 357 337 2 0 7 143 6 70 142 57
Binary 11101111 11011111 10 0 111 1100011 110 111000 1100010 101111

Color Harmonies of #EFDF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF02

Black with #EFDF02

Text Example


Text Example

White with #EFDF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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