Html Css Color HEX #EBDF02 Golden Yellow

📋 copy color: '#EBDF02'

red 235 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #EBDF02

Tints of Golden Yellow #EBDF02

RGB

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

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

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

R = 51.09%
G = 48.48%
B = 0.43%

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

#EBDF02 (or 0xEBDF02) is known color: Golden Yellow. HEX triplet: EB, DF and 02. RGB value is (235,223,2). Sum of RGB (Red+Green+Blue) = 235+223+2=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF02 is #1420FD. Grayscale: #CACACA. Windows color (decimal): -1319166 or 188395. OLE color: 188395.

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

Color convert

RGB 235 223 2 -
CMYK 0 0.05 0.99 0.08
HSL 56.91º 0.98% 0.46% -
HSV(B) 56.91º 0.99% 0.92% -
XYZ 60.66 70.44 10.46 -
YUV 201.39 15.48 151.97 -
System Red Green Blue C M Y K H S L
Decimal 235 223 2 0 0.05 0.99 0.08 56.91 0.98 0.46
Hex EB DF 2 0 5 63 8 39 62 2E
Octal 353 337 2 0 5 143 10 71 142 56
Binary 11101011 11011111 10 0 101 1100011 1000 111001 1100010 101110

Color Harmonies of #EBDF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF02

Black with #EBDF02

Text Example


Text Example

White with #EBDF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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