Html Css Color HEX #EBDF01 Golden Yellow

📋 copy color: '#EBDF01'

red 235 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #EBDF01

Tints of Golden Yellow #EBDF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.2%
G = 48.58%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBDF01 (or 0xEBDF01) is known color: Golden Yellow. HEX triplet: EB, DF and 01. RGB value is (235,223,1). Sum of RGB (Red+Green+Blue) = 235+223+1=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF01 is #1420FE. Grayscale: #CACACA. Windows color (decimal): -1319167 or 122859. OLE color: 122859.

HSL color Cylindrical-coordinate representation of color #EBDF01: hue angle of 56.92º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBDF01 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 1 -
CMYK 0 0.05 1.00 0.08
HSL 56.92º 0.99% 0.46% -
HSV(B) 56.92º 1% 0.92% -
XYZ 60.65 70.44 10.43 -
YUV 201.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 235 223 1 0 0.05 1.00 0.08 56.92 0.99 0.46
Hex EB DF 1 0 5 64 8 39 63 2E
Octal 353 337 1 0 5 144 10 71 143 56
Binary 11101011 11011111 1 0 101 1100100 1000 111001 1100011 101110

Color Harmonies of #EBDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF01

Black with #EBDF01

Text Example


Text Example

White with #EBDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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