Html Css Color HEX #EBDF25 Golden Fizz

📋 copy color: '#EBDF25'

red 235 ◦ green 223 ◦ blue 37

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

Shades of Golden Fizz #EBDF25

Tints of Golden Fizz #EBDF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.47%

R = 47.47%
G = 45.05%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBDF25 (or 0xEBDF25) is known color: Golden Fizz. HEX triplet: EB, DF and 25. RGB value is (235,223,37). Sum of RGB (Red+Green+Blue) = 235+223+37=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF25 is #1420DA. Grayscale: #CECECE. Windows color (decimal): -1319131 or 2482155. OLE color: 2482155.

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

Color convert

RGB 235 223 37 -
CMYK 0 0.05 0.84 0.08
HSL 56.36º 0.83% 0.53% -
HSV(B) 56.36º 0.84% 0.92% -
XYZ 60.98 70.57 12.16 -
YUV 205.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 235 223 37 0 0.05 0.84 0.08 56.36 0.83 0.53
Hex EB DF 25 0 5 54 8 38 53 35
Octal 353 337 45 0 5 124 10 70 123 65
Binary 11101011 11011111 100101 0 101 1010100 1000 111000 1010011 110101

Color Harmonies of #EBDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF25

Black with #EBDF25

Text Example


Text Example

White with #EBDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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