Html Css Color HEX #EBDF03 Golden Yellow

📋 copy color: '#EBDF03'

red 235 ◦ green 223 ◦ blue 3

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

Shades of Golden Yellow #EBDF03

Tints of Golden Yellow #EBDF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 50.98%
G = 48.37%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBDF03 (or 0xEBDF03) is known color: Golden Yellow. HEX triplet: EB, DF and 03. RGB value is (235,223,3). Sum of RGB (Red+Green+Blue) = 235+223+3=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF03 is #1420FC. Grayscale: #CACACA. Windows color (decimal): -1319165 or 253931. OLE color: 253931.

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

Color convert

RGB 235 223 3 -
CMYK 0 0.05 0.99 0.08
HSL 56.9º 0.97% 0.47% -
HSV(B) 56.9º 0.99% 0.92% -
XYZ 60.67 70.44 10.49 -
YUV 201.51 15.98 151.89 -
System Red Green Blue C M Y K H S L
Decimal 235 223 3 0 0.05 0.99 0.08 56.9 0.97 0.47
Hex EB DF 3 0 5 63 8 39 61 2F
Octal 353 337 3 0 5 143 10 71 141 57
Binary 11101011 11011111 11 0 101 1100011 1000 111001 1100001 101111

Color Harmonies of #EBDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF03

Black with #EBDF03

Text Example


Text Example

White with #EBDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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