Html Css Color HEX #EBDF04 Golden Yellow

📋 copy color: '#EBDF04'

red 235 ◦ green 223 ◦ blue 4

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

Shades of Golden Yellow #EBDF04

Tints of Golden Yellow #EBDF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 50.87%
G = 48.27%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBDF04 (or 0xEBDF04) is known color: Golden Yellow. HEX triplet: EB, DF and 04. RGB value is (235,223,4). Sum of RGB (Red+Green+Blue) = 235+223+4=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF04 is #1420FB. Grayscale: #CACACA. Windows color (decimal): -1319164 or 319467. OLE color: 319467.

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

Color convert

RGB 235 223 4 -
CMYK 0 0.05 0.98 0.08
HSL 56.88º 0.97% 0.47% -
HSV(B) 56.88º 0.98% 0.92% -
XYZ 60.67 70.45 10.51 -
YUV 201.62 16.48 151.81 -
System Red Green Blue C M Y K H S L
Decimal 235 223 4 0 0.05 0.98 0.08 56.88 0.97 0.47
Hex EB DF 4 0 5 62 8 39 61 2F
Octal 353 337 4 0 5 142 10 71 141 57
Binary 11101011 11011111 100 0 101 1100010 1000 111001 1100001 101111

Color Harmonies of #EBDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF04

Black with #EBDF04

Text Example


Text Example

White with #EBDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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