Html Css Color HEX #EDE64B Paris Daisy

📋 copy color: '#EDE64B'

red 237 ◦ green 230 ◦ blue 75

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

Shades of Paris Daisy #EDE64B

Tints of Paris Daisy #EDE64B

RGB

 RED value IS 237 (92.97% from 255) = 43.73%

 GREEN value IS 230 (90.23% from 255) = 42.44%

 BLUE value IS 75 (29.69% from 255) = 13.84%

R = 43.73%
G = 42.44%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE64B (or 0xEDE64B) is known color: Paris Daisy. HEX triplet: ED, E6 and 4B. RGB value is (237,230,75). Sum of RGB (Red+Green+Blue) = 237+230+75=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 75 (29.69% from 255 or 13.84% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE64B is #1219B4. Grayscale: #D7D7D7. Windows color (decimal): -1186229 or 4974317. OLE color: 4974317.

HSL color Cylindrical-coordinate representation of color #EDE64B: hue angle of 57.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE64B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 75 -
CMYK 0 0.03 0.68 0.07
HSL 57.41º 0.82% 0.61% -
HSV(B) 57.41º 0.68% 0.93% -
XYZ 64.49 75.11 17.75 -
YUV 214.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 237 230 75 0 0.03 0.68 0.07 57.41 0.82 0.61
Hex ED E6 4B 0 3 44 7 39 52 3D
Octal 355 346 113 0 3 104 7 71 122 75
Binary 11101101 11100110 1001011 0 11 1000100 111 111001 1010010 111101

Color Harmonies of #EDE64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE64B

Black with #EDE64B

Text Example


Text Example

White with #EDE64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE64B; }

 p { color: rgb(237,230,75); }

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

background-color css

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

 a { background-color: rgb(237,230,75); }

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

border-color css

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

 span { border-color: rgb(237,230,75); }

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