Html Css Color HEX #EBDF07 Golden Yellow

📋 copy color: '#EBDF07'

red 235 ◦ green 223 ◦ blue 7

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

Shades of Golden Yellow #EBDF07

Tints of Golden Yellow #EBDF07

RGB

 RED value IS 235 (92.19% from 255) = 50.54%

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 50.54%
G = 47.96%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBDF07 (or 0xEBDF07) is known color: Golden Yellow. HEX triplet: EB, DF and 07. RGB value is (235,223,7). Sum of RGB (Red+Green+Blue) = 235+223+7=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF07 is #1420F8. Grayscale: #CACACA. Windows color (decimal): -1319161 or 516075. OLE color: 516075.

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

Color convert

RGB 235 223 7 -
CMYK 0 0.05 0.97 0.08
HSL 56.84º 0.94% 0.47% -
HSV(B) 56.84º 0.97% 0.92% -
XYZ 60.69 70.45 10.6 -
YUV 201.96 17.98 151.56 -
System Red Green Blue C M Y K H S L
Decimal 235 223 7 0 0.05 0.97 0.08 56.84 0.94 0.47
Hex EB DF 7 0 5 61 8 39 5E 2F
Octal 353 337 7 0 5 141 10 71 136 57
Binary 11101011 11011111 111 0 101 1100001 1000 111001 1011110 101111

Color Harmonies of #EBDF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF07

Black with #EBDF07

Text Example


Text Example

White with #EBDF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF07; }

 p { color: rgb(235,223,7); }

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

background-color css

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

 a { background-color: rgb(235,223,7); }

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

border-color css

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

 span { border-color: rgb(235,223,7); }

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